home *** CD-ROM | disk | FTP | other *** search
/ Spawn Figure Collection / spawn collection cd.iso / movies / title.dir / 00001_Script_1 next >
Text File  |  1997-12-23  |  507b  |  26 lines

  1. on startMovie
  2.   repeat with t = 1 to 48
  3.     set the puppet of sprite(t) to FALSE
  4.   end repeat
  5.   updateStage
  6.   
  7.   -- ╔T╔E╔∞╔h≤p∩£Ωε
  8.   global gCDPATH
  9.   global gLocalPath
  10.   set gCDPATH to serchCD()
  11.   
  12.   if voidP(gLocalPath) then
  13.     set gLocalPath to the PathName
  14.   end if
  15.   
  16.   global SndMember
  17.   global SLevel
  18.   set SLevel to 3
  19.   newWave "m7.wav"
  20.   puppetSound member"sound"
  21.   set the loop of member "sound"  to TRUE
  22.   set the SoundLevel to SLevel
  23.   set the SoundEnabled to TRUE
  24. end
  25.  
  26.